From: Ken Brown Date: Sat, 20 Nov 2010 15:23:49 +0000 (-0500) Subject: * src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5593 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ead485bd584ad66faaf2798370e92b05a0804de8;p=emacs.git * src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2023c5c86f7..d660cd97304 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-20 Ken Brown + + * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. + 2010-11-20 Eli Zaretskii * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or diff --git a/src/sheap.c b/src/sheap.c index 8d034ff65aa..e972462d423 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -25,7 +25,7 @@ along with GNU Emacs. If not, see . */ #include -#define STATIC_HEAP_SIZE (12 * 1024 * 1024) +#define STATIC_HEAP_SIZE (13 * 1024 * 1024) int debug_sheap = 0;